/*Background*/

/*Success*/
.bg-green {
	background-color: #4caf50 !important;
}

/*Warning*/
.bg-orange {
	background-color: #fb8c00 !important;
}

/*Danger*/
.bg-red {
	background-color: #f44335 !important;
}

/*Info*/
.bg-blue {
	background-color: #03a9f4 !important;
}

/*primary*/
.bg-rose {
	background-color: #e91e63 !important;
}

/*Other*/
.bg-gray {
	background-color: #7b809a !important;
}

/*Font Colors*/
/*Success*/
.font-green {
	color: #4caf50 !important;
}

/*Warning*/
.font-orange {
	color: #fb8c00 !important;
}

/*Danger*/
.font-red {
	color: #f44335 !important;
}

/*Info*/
.font-blue {
	color: #03a9f4 !important;
}

/*primary*/
.font-rose {
	color: #e91e63 !important;
}


/*Other*/
.font-gray {
	color: #7b809a !important;
}

/* Loading */
.page-loading
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	/* background: url(../img/bg.png) left top repeat #33414e; */
	background: #111;
	background: url(../img/bg.png) left top repeat rgba(0, 0, 0, 0.8);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.page-loading-loader
{
	width:100%;
	height:100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

/*Font-size data table*/
tbody > tr > td{
	font-size: 14px !important;
}

/*Nebrito no titulo data table*/
th > a.dataTable-sorter{
	font-size: 0.7rem !important;
	color: black !important;
}

/* Background white in choice disabled */
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input{
    background-color: #ffffff !important;
  }
